home *** CD-ROM | disk | FTP | other *** search
- \ SINGLESP.S
- \ This table will convert a double-spaced ASCII document into a
- \ single-spaced one. It will also remove more than three blank lines
- \ in a row.
-
- \ NOTE: Even though we are using \0d\0a in the equations below, if your
- \ data file uses a different line-ending code, you can change this table
- \ to use that code instead of the carriage return - line feed (CRLF).
-
- \0d\0a\0d\0a=\0d\0a*ic\0a\0d \ 2 CRLFs in a row will be replaced
- \ by 1 CRLF, then ignore consecutive
- \ carriage return OR line feed characters
-
- \0d\0a\0d\0a\0d\0a=\0d\0a\0d\0a*ic\0a\0d \ 3 CRLFs in a row will be replaced
- \ by 2 CRLFs, then ignore
- \ consecutive carriage return
- \ OR line feed characters
-
-